|
To access this command...この機能の見つけ方 |
Calculates the modified Bessel function.
修正ベッセル関数を計算します。
BESSELI(X; N)
BESSELI(X; N)
X is the value on which the function will be calculated.
X は、関数が計算される値です。
N is the order of the Bessel function
N は、ベッセル関数の次数です。
Calculates the Bessel function (cylinder function).
ベッセル関数 (円柱関数) を計算します。
BESSELJ(X; N)
BESSELJ(X; N)
X is the value on which the function will be calculated.
X は、関数が計算される値です。
N is the order of the Bessel function
N は、ベッセル関数の次数です。
Calculates the modified Bessel function.
修正ベッセル関数を計算します。
BESSELK(X; N)
BESSELK(X; N)
X is the value on which the function will be calculated.
X は、関数が計算される値です。
N is the order of the Bessel function
N は、ベッセル関数の次数です。
Calculates the modified Bessel function.
修正ベッセル関数を計算します。
BESSELY(X; N)
BESSELY(X; N)
X is the value on which the function will be calculated.
X は、関数が計算される値です。
N is the order of the Bessel function
N は、ベッセル関数の次数です。
The result is the decimal number for the binary number entered.
2 進数を 10 進数に変換します。
BIN2DEC(Number)
BIN2DEC(数値)
Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.
数値 は、2 進数です。数値は最大 10 桁 (ビット) にすることができます。最上位ビットは符号ビットです。負の数字は、2 の補数として入力されます。
=BIN2DEC(1100100) returns 100.
=BIN2DEC(1100100) は、100 を返します。
The result is the hexadecimal number for the binary number entered.
2 進数を 16 進数に変換します。
BIN2HEX(Number; Places)
BIN2HEX(数値;桁数)
Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.
数値 は、2 進数です。数値は最大 10 桁 (ビット) にすることができます。最上位ビットは符号ビットです。負の数字は、2 の補数として入力されます。
Places means the number of places to be output.
桁数は、出力される桁数を意味します。
=BIN2HEX(1100100;6) returns 000064.
=BIN2HEX(1100100;6) は、000064 を返します。
The result is the octal number for the binary number entered.
2 進数を 8 進数に変換します。
BIN2OCT(Number; Places)
BIN2OCT(数値;桁数)
Number is a binary number. The number can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.
数値 は、2 進数です。数値は最大 10 桁 (ビット) にすることができます。最上位ビットは符号ビットです。負の数字は、2 の補数として入力されます。
Places means the number of places to be output.
桁数 は、出力される桁数を意味します。
=BIN2OCT(1100100;4) returns 0144.
=BIN2OCT(1100100;4) は、0144 を返します。
The result is TRUE (1) if both numbers, which are delivered as an argument, are equal, otherwise it is FALSE (0).
引数として使用される 2 つの数値が等しいときは TRUE (1)、等しくないときは FALSE (0) を返します。
DELTA(Number1; Number2)
DELTA(数値 1; 数値 2)
=DELTA(1;2) returns 0.
=DELTA(1;2) は、0 を返します。
The result is the binary number for the decimal number entered between -512 and 511.
-512 から 511 までの 10 進数を 2 進数に変換します。
DEC2BIN(Number; Places)
DEC2BIN(数値;桁数)
Number is a decimal number. If Number is negative, the function returns a binary number with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value.
数値 は、10 進数です。数値が負の数の場合、関数は、10 文字の 2 進数を返します。最上位ビットは符号ビットで、ほかの 9 ビットが値を返します。
Places means the number of places to be output.
桁数 は、出力される桁数を意味します。
=DEC2BIN(100;8) returns 01100100.
=DEC2BIN(100;8) は、01100100 を返します。
The result is the hexadecimal number for the decimal number entered.
10 進数を 16 進数に変換します。
DEC2HEX(Number; Places)
DEC2HEX(数値;桁数)
Number is a decimal number. If Number is negative, the function returns a hexadecimal number with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value.
数値 は、10 進数です。数値が負の数の場合、関数は、10 文字の 16 進数 (40 ビット) を返します。最上位ビットは符号ビットで、ほかの 39 ビットが値を返します。
Places means the number of places to be output.
桁数 は、出力される桁数を意味します。
=DEC2HEX(100;4) returns 0064.
=DEC2HEX(100;4) は、0064 を返します。
The result is the octal number for the decimal number entered.
10 進数を 8 進数に変換します。
DEC2OCT(Number; Places)
DEC2OCT(数値;桁数)
Number is a decimal number. If Number is negative, the function returns an octal number with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value.
数値 は、10 進数です。数値が負の数の場合、関数は、10 文字の 8 進数 (30 ビット) を返します。最上位ビットは符号ビットで、ほかの 29 ビットが値を返します。
Places means the number of places to be output.
桁数 は、出力される桁数を意味します。
=DEC2OCT(100;4) returns 0144.
=DEC2OCT(100;4) は、0144 を返します。
Returns values of the Gaussian error integral.
Gauss 誤差関数の積分値を返します。
ERF(LowerLimit; UpperLimit)
ERF(下限; 上限)
LowerLimit is the lower limit of the integral.
下限 は、インテグラルの下限です。
UpperLimit is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit.
線形タイプ はオプションです。上限は、インテグラルの上限です。この値がない場合、計算は 0 と下限値の間で行われます。
=ERF(0;1) returns 0.842701.
=ERF(0;1) は、0.842701 を返します。
Returns complementary values of the Gaussian error integral between x and infinity.
Gauss 相補誤差関数の積分値 (x と無限の間) を返します。
ERFC(LowerLimit)
ERFC(下限)
LowerLimit is the lower limit of the integral
下限 は、インテグラルの下限です。
=ERFC(1) returns 0.157299.
=ERFC(1) は、0.157299 を返します。
The result is 1 if Number is greater than or equal to Step.
数値がステップ以上の場合、結果は 1 です。
GESTEP(Number; Step)
GESTEP(数値; しきい値)
=GESTEP(5;1) returns 1.
=GESTEP(5;1) は、1 を返します。
The result is the binary number for the hexadecimal number entered.
16 進数を 2 進数に変換します。
HEX2BIN(Number; Places)
HEX2BIN(数値;桁数)
Number is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。
Places is the number of places to be output.
桁数 は、出力される桁数です。
=HEX2BIN(64;8) returns 01100100.
=HEX2BIN(64;8) は、01100100 を返します。
The result is the decimal number for the hexadecimal number entered.
16 進数を 10 進数に変換します。
HEX2DEC(Number)
HEX2DEC(数値)
Number is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。
=HEX2DEC(64) returns 100.
=HEX2DEC(64) は、100 を返します。
The result is the octal number for the hexadecimal number entered.
16 進数を 8 進数に変換します。
HEX2OCT(Number; Places)
HEX2OCT(数値;桁数)
Number is a hexadecimal number. The number can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.
数値 は、16 進数です。数字は最大 10 桁にすることができます。最上位ビットは符号ビットで、それ以降のビットが値を返します。負の数字は、2 の補数として入力されます。
Places is the number of places to be output.
桁数 は、出力される桁数です。
=HEX2OCT(64;4) returns 0144.
=HEX2OCT(64;4) は、0144 を返します。